home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / BDA / BDASample / resource.h < prev   
Encoding:
C/C++ Source or Header  |  2001-10-08  |  1.2 KB  |  47 lines

  1. //------------------------------------------------------------------------------
  2. // File: Resource.h
  3. //
  4. // Desc: Sample code for BDA graph building.
  5. //
  6. // Copyright (c) 2000-2001, Microsoft Corporation. All rights reserved.
  7. //------------------------------------------------------------------------------
  8.  
  9. // Dialogs
  10. #define IDD_ABOUT               400
  11. #define IDD_SELECT_CHANNEL      401
  12.  
  13. // Menus
  14. #define IDM_EXIT                502
  15.  
  16. #define IDM_BUILD_ATSC          503
  17.  
  18. #define IDM_RUN_GRAPH           505
  19. #define IDM_STOP_GRAPH          506
  20.  
  21. #define IDM_SELECT_CHANNEL      508
  22. #define IDM_ABOUT               509
  23.  
  24. // Buttons
  25. #define IDC_CHANNEL             1001
  26. #define IDC_SPIN_MAJOR          1002
  27. #define IDC_SPIN_MINOR          1003
  28. #define IDC_MAJOR_CHANNEL       1004
  29. #define IDC_MINOR_CHANNEL       1005
  30. #define IDC_ENTER               1008
  31. #define IDC_STATIC              -1
  32.  
  33. // Accel
  34. #define ACC_GRAPH               1100
  35.  
  36.  
  37. #ifdef APSTUDIO_INVOKED
  38. #ifndef APSTUDIO_READONLY_SYMBOLS
  39. #define _APS_NO_MFC                     1
  40. #define _APS_NEXT_RESOURCE_VALUE        101
  41. #define _APS_NEXT_COMMAND_VALUE         40001
  42. #define _APS_NEXT_CONTROL_VALUE         1007
  43. #define _APS_NEXT_SYMED_VALUE           101
  44. #endif
  45. #endif
  46.  
  47.